home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total Java Scripts
/
Total Java Scripts.iso
/
Utilities
/
utils
/
PwdGen.txt
< prev
next >
Wrap
Text File
|
1998-10-30
|
1KB
|
29 lines
IntraLaunch Password Generator. Use this program to encrypt a password
into a sequence of numbers and characters and then paste this sequence into
the "Password" param field of the <OBJECT> tag in the HTML document. Must
also set the "UsePassword" parameter to "TRUE". This file requires
MSVBVM50.DLL to be in your windows system directory, which is installed
automatically when you view the sample site in C:\IntraLaunch\sample\
Eg.
<OBJECT ID="IntraLaunch" WIDTH=65 HEIGHT=77 CLASSID="CLSID:072CB141-B793-11D1-89B6-0020182C1446" CODEBASE="file:///C:\IntraLaunch\sample\IntraLaunch.CAB#version=2,1,0,1">
<PARAM NAME="_ExtentX" VALUE="2240">
<PARAM NAME="_ExtentY" VALUE="1963">
<PARAM NAME="ImageLoc" VALUE="Remote">
<PARAM NAME="ImageSrc" VALUE="http://intranet.com/internal/picture.gif">
<PARAM NAME="Run" VALUE="F:\Network_Apps\Example\Something.Exe">
<PARAM NAME="RunParms" VALUE="">
<PARAM NAME="DefDir" VALUE="C:\">
<PARAM NAME="Display" VALUE="NORM">
<PARAM NAME="UsePassword" VALUE="TRUE"> * Password is on!
<PARAM NAME="Password" VALUE="HD328982S392J331"> * Encrypted Password to
<PARAM NAME="Sound" VALUE="None"> use!
<PARAM NAME="Pause" VALUE="0">
<PARAM NAME="IsURL" VALUE="FALSE">
</OBJECT>
See FAQ for more information.